memberwise copy

memberwise copy
почленное копирование
Копирование, при котором учитывается структура объекта, когда копируется по члену объекта за раз. При этом, как правило, используется копирующий конструктор (copy constructor).
См. bitwise copy.

English-Russian glossary of C + +. 2014.

Игры ⚽ Поможем решить контрольную работу

Смотреть что такое "memberwise copy" в других словарях:

  • memberwise — adverb In terms of members (items associated with class instances). If a copy constructor is not defined, a memberwise copy is performed. This means that a copy operation is applied to each data member in turn …   Wiktionary

  • Object copy — An object copy is an action in computing where a data object has its attributes copied to another object of the same data type. An object is a composite data type in object oriented programming languages. The copying of data is one of the most… …   Wikipedia

  • Assignment operator (C++) — In the C++ programming language, the assignment operator, = , is the operator used for assignment. Like most other operators in C++, it can be overloaded. The copy assignment operator, often just called the assignment operator , is a special case …   Wikipedia

  • Special member functions — [cite book last = ISO/IEC authorlink = International Organization for Standardization title = International Standard ISO/IEC 14882: Programming languages C++ = Languages de programmation C++ edition = 1 publisher = ISO/IEC date = 1998 oclc =… …   Wikipedia


Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»